docs(roadmap): sync to v2.4.1 + operation-registry engine seam (§5.13)#44
Merged
Conversation
…(§5.13) - Stamp header with last-updated date and shipped-through marker - Sync §2 baseline: add check command + shipped block for #36–#42 (config + rules engine foundation, init opt-in agent selection) - Add §5.13 Operation registry (P1): one Operation<TInput,TResult> descriptor per analysis op, CLI/MCP as thin adapters — evidence from 2026-06-10 self-analysis sweep (cli.ts coupling 0.93, mcp cohesion 0.17, duplicated validation/error/hints/graph-load). Enabler for §5.7 output formats and §5.12 LSP. - Sequence §5.13 in P1 before output formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Docs only — brings
roadmap.mdback in line with shipped reality and records the 2026-06-10 architecture sweep findings as a roadmap item.Last updated: 2026-06-10 · shipped through v2.4.1 + rules engine (#42)checkadded to the command list; new Shipped since block covering feat(init): opt-in agent selection with interactive picker #36–feat(rules): config + ESLint-style rules engine with check command #42 (config + ESLint-style rules engine foundation,initopt-in agent selection)cli.ts/mcp/index.ts/src/core. Proposal: oneOperation<TInput, TResult>descriptor per op (zod schema feeding both surfaces, result/error union, hints, formatter) with CLI/MCP as thin adapters — the same registry shapesrc/rules/paved in feat(rules): config + ESLint-style rules engine with check command #42.Evidence (self-analysis, graph-backed)
cli.tsmcp/index.tsparseInt+isNaNguards (CLI) vs zod (MCP)loadGraphvsrunMcpModeincli.tssrc/rules/registry: cohesion 0.71, COHESIVEWhy
The roadmap predates #41/#42, so it didn't answer "where are we" — and the sweep's keystone finding belongs on the direction file, not in a chat log.